all:	functionPointers

functionPointers: functionPointers.c
	gcc -o functionPointers -std=c89 -ansi -O1 functionPointers.c
